home *** CD-ROM | disk | FTP | other *** search
- Path: sn.no!not-for-mail
- From: ilan@sn.no (Ilan Sharoni)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: BitMap problem
- Date: 20 Apr 1996 01:36:26 +0200
- Organization: SN Internett
- Message-ID: <4l981q$mi9@sinsen.sn.no>
- References: <4l26vg$cbu@serpens.rhein.de>
- NNTP-Posting-Host: sinsen.sn.no
- X-Newsreader: THOR 2.0 (SOUP)
-
- On 17-Apr-96 09:35:12, Michael van Elst (mlelstv@serpens.rhein.de) Wrote:
-
- >>RectFill(0,0,bitmap_width,bitmap_height) - is this too big?
-
- >It is WRONG. RectFill does not take size arguments, it takes the coords
- >of the top left and bottom right pixel of the rectangle. You must use:
-
- >RectFill(rp, 0,0, bitmap_width-1,bitmap_height-1);
-
- So this is it.
- So simple and so sad.
- Now I have to look for all the instants I used RectFill() or
- struct Rectangle.
-
-
-
- ilan
-
-
-
-